SetAddInCustomData<T>(string,string,T,Type[]) Method

Summary
Adds custom data to the specified add-in configuration.
Syntax
C#
VB
C++
public void SetAddInCustomData<T>( 
   string addinName, 
   string customDataName, 
   T data, 
   Type[] extraTypes 
) 
  
Public Overloads Sub SetAddInCustomData(Of T)( _ 
   ByVal addinName As String, _ 
   ByVal customDataName As String, _ 
   ByVal data As T, _ 
   ByVal extraTypes() As Type _ 
)  
public: 
void SetAddInCustomDatageneric<typename T> 
(  
   String^ addinName, 
   String^ customDataName, 
   _T^_ data, 
   array<Type^>^ extraTypes 
)  

Parameters

addinName
Name of the add-in.

customDataName
Name of the custom data.

data
The custom data to add to the configuration.

extraTypes
Array of System.Type that describes the data.

Type Parameters

T
Type of custom data.

Remarks

If the specified custom data does not exist is added the configuration.

Requirements

Target Platforms

See Also

Reference

AdvancedSettings Class

AdvancedSettings Members

[Overload List](configuration-advancedsettings-setaddincustomdata``1.html

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.